Integers An integer is any number in the set { ..., -2, -1, 0, 1, 2, ... }. int x = 1; int y = 8; int z = -4;