To create GUIs in MATLAB, one can use the Graphical User Interface Development Environment (GUIDE) tool. GUIDE allows users to drag and drop GUI components like buttons and sliders. It generates code to control the GUI. Key aspects of GUIs include components, figures to contain components, and callback functions that specify what happens when a component is selected. Well-designed GUIs help users know where they are and where to go next within the program.