The first data type is called int. Int is an integer value that is 32-bit in size. Ints CANNOT be decimal numbers. They must be whole numbers. Three other data types that are similar are byte (8-bit), short (16-bit), and long (64-bit). Int is the most common out of all these types.