# Int - `v::int()` Validates if the input is an integer. ```php v::int()->validate('10'); //true v::int()->validate(10); //true ``` *** See also: * [Digit](Digit.md) * [Finite](Finite.md) * [Infinite](Infinite.md) * [Numeric](Numeric.md)