Laravel Validation Numeric vs Integer

Integer is like a whole number without fraction: 2, 256, 2048
  
Numeric is any number including floating point numbers: 2.478, +0123.45e6
Yingfufu