# Integer

> Represents an integer property, for example int, byte, short, uint and long.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
Integer = 0
```

### Remarks

The specific type of integer is exposed by [SerializedProperty.numericType](/engine/6000.0/script-reference/unityeditor/serializedproperty/numerictype.md). Additional Resources: [SerializedProperty](/engine/6000.0/script-reference/unityeditor/serializedproperty.md), [SerializedProperty.intValue](/engine/6000.0/script-reference/unityeditor/serializedproperty/intvalue.md), [SerializedProperty.uintValue](/engine/6000.0/script-reference/unityeditor/serializedproperty/uintvalue.md), [SerializedProperty.longValue](/engine/6000.0/script-reference/unityeditor/serializedproperty/longvalue.md), [SerializedProperty.ulongValue](/engine/6000.0/script-reference/unityeditor/serializedproperty/ulongvalue.md),.
