The integer number is the number that not contain the decimal point
given the number 9922.8
rounding to the nearest integer number by looking to the number in the tenth place
if the number in the tenth place less than 5, so, the number before the decimal will not change
and if the number in the tenth place 5 or greater , the number will be raised by 1
so, the for the given number
the number in tenth place = 8 > 5
So, the number will be = 9922 + 1 = 9923
so, the answer is 9923