What Does Integer (INT) Mean?
An integer, in the context of computer programming, is a data type used to represent real numbers that do not have fractional values.
Techopedia Explains Integer (INT)
The use of integers as variables supports programming in various ways. For instance, a common strategy is to create an integer variable and store some value in it that will influence computations or calculations made within the program. Examples include primitive instances of code for counters, amortization schedules, calendars, etc.