Currently, if you create an indicator from the loop iteration terminal of a for or while loop, the indicator is by default called "Numeric." However with every other control or indicator in LabVIEW, the default name of the control or indicator is called by whatever it was spawned from. (For example, when you create a control from the stop terminal, the control is called "stop"). I believe the loop iteration indicator should follow in this pattern.