# Integer

The integer fieldtype is a text-style input that only accepts integers (numbers) and has increment and decrement controls.

## Overview

The integer fieldtype is essentially an HTML5 input with `type="number"`. Using the `up` and `down` keyboard keys will increment and decrement the value by `1`.

## Data Storage

Stores an integer – a whole number that is not a fraction.
