Arrays are not limited to just holding integers, rather they can hold other data types as well, such as floats. The only limitation is that all data stored in a given array must be of the same data type, so all could be integers or all could be floats or all could be characters, etc.