Integer Uses vs Floor

So as I understand, intergers are the highest possible positive and negative number to the nearest whole. I’m still learning how to do the basics, but couldn’t you implement integers instead of combining float and floor to round numbers?

Am I understanding how integers work and what are the best case uses for them?

Cheers!

There are already integers.